Interface sjl.QueueContainer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sjl.QueueContainer

public interface QueueContainer
extends Object
extends FrontInsertContainer, BackInsertContainer
An interface that must be supported for containers that can be used as Queue containers.

The interface simple combines the FrontInsertContainer and the BackInsertContainer interfaces. No methods or variable is defined here.

Copyright © 1996 Finn Bock

See Also:
FrontInsertContainer, BackInsertContainer


All Packages  Class Hierarchy  This Package  Previous  Next  Index